- object persistence
- инерционность объекта
English-Russian dictionary of telecommunications and their abbreviations. A.V. Alexandrov.. 2004.
English-Russian dictionary of telecommunications and their abbreviations. A.V. Alexandrov.. 2004.
Object persistence — is an object oriented, in memory, language specific, persistent data storage and retrieval model used in computer programming. It is based on the techniques of system snapshotting and transaction journalling. The first usage of the term and… … Wikipedia
Object-Oriented Software Construction — … Wikipedia
Object-relational mapping — For another use of ORM , see Object role modeling. Object relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between incompatible type systems in object oriented programming… … Wikipedia
Object-oriented analysis and design — (OOAD) is a software engineering approach that models a system as a group of interacting objects. Each object represents some entity of interest in the system being modeled, and is characterised by its class, its state (data elements), and its… … Wikipedia
Object database — Example of an object oriented model.[1] An object database (also object oriented database management system) is a database management system in which information is represented in the form of objects as used in object oriented programming. Object … Wikipedia
Object-relational impedance mismatch — The object relational impedance mismatch is a set of conceptual and technical difficulties that are often encountered when a relational database management system (RDBMS) is being used by a program written in an object oriented programming… … Wikipedia
Persistence (computer science) — This article is about state outliving processes. For immutable data structures, see Persistent data structure. Persistence in computer science refers to the characteristic of state that outlives the process that created it. Without this… … Wikipedia
Object Relational Bridge — Apache ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java Objects against relational databases. OJB has been designed for a large range of applications, from embedded systems to rich… … Wikipedia
Object copy — An object copy is an action in computing where a data object has its attributes copied to another object of the same data type. An object is a composite data type in object oriented programming languages. The copying of data is one of the most… … Wikipedia
Comparison of object database management systems — Features Information about what fundamental ODBMS features are implemented natively. Name Current Stable Version Language(s) SQL support Datatypes License Description Caché 2010.1.4 ObjectScript (dynamic language), Basic. Java/.NET object mapping … Wikipedia
Perl Object-Oriented Persistence — (POOP) is the term given to refer to object relational mapping mechanisms written in the Perl programming language to provide object persistence. Dave Rolsky divides POOP mechanisms into two categories:* RDBMS OO Mappers: These tools attempt to… … Wikipedia